home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 4 / MacFormat n. 4 (Spain) / MacFormat 4.bin / Demos / DiscoverIndia Demo / End.dir / 00003.ls < prev    next >
Encoding:
Text File  |  1995-02-07  |  134 b   |  11 lines

  1. on stopMovie
  2.   disposeRearWindow()
  3. end
  4.  
  5. on disposeRearWindow
  6.   global rwObj
  7.   if objectp(rwObj) then
  8.     rwObj(mdispose)
  9.   end if
  10. end
  11.